github.com/klauspost/compress/zstd.fseEncoder.writeCount (method)
6 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L472: _, err = enc.writeCount(nil)
blockenc.go#L703: b.output, err = llEnc.writeCount(b.output)
blockenc.go#L708: b.output, err = ofEnc.writeCount(b.output)
blockenc.go#L719: b.output, err = mlEnc.writeCount(b.output)
dict.go#L402: return dst.writeCount(nil)
fse_encoder.go#L488: func (s *fseEncoder) writeCount(out []byte) ([]byte, error) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |